home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / examples / glx_extensions / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.9 KB  |  58 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.     ~opengl2/examples/glx_extensions README
  9.  
  10.             Copyright 1994, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.     A collection of programs that exercise some of the GLX
  16.     introduced since IRIX 5.3. All of these programs (should!)
  17.     check if the extension exists before trying it.
  18.  
  19.     NOTE:
  20.     These programs have been #ifdef'ed so that they will compile
  21.     on older release (prior to IRIX 6.2), but because these 
  22.     programs use extensions to the OpenGL standard, they will 
  23.     not run properly on releases that do not support these extensions.
  24.  
  25.  
  26.     visual_info.c
  27.     Demonstrates how the GLX_SGI_visual_info extension can be used
  28.     to create an overlay window with a transparent pixel.
  29.  
  30.         SPACE bar    - toggle animation on/off
  31.         Escape key      - exit the program
  32.  
  33.  
  34.     make_current_read.c
  35.     Demonstrates how the GLX_SGI_make_current_read extension can be used
  36.     to copy from one window to another.
  37.  
  38.         <c> key     - copy from read window to write window
  39.         Escape key      - exit the program
  40.  
  41.     swap_control.c
  42.     Demonstrates how the GLX_SGI_swap_control extension can be used
  43.     to regulate how often the color buffers are swapped.
  44.  
  45.         Escape key      - exit the program
  46.         Up Arrow        - increment swap interval
  47.         Down Arrow      - decrement swap interval
  48.  
  49.     video_sync.c
  50.     Demonstrates how to use the GLX_SGI_video_sync extension
  51.         to synchronize with the video frame rate of a monitor.
  52.  
  53.         Escape key      - exit the program
  54.         Up Arrow        - increment wait interval
  55.         Down Arrow      - decrement wait interval
  56.         Right Arrow     - increment modulus
  57.         Left Arrow      - decrement modulus
  58.